home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / linux / mtd / mtdram.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  232 b   |  9 lines

  1. #ifndef __MTD_MTDRAM_H__
  2. #define __MTD_MTDRAM_H__
  3.  
  4. #include <linux/mtd/mtd.h>
  5. int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
  6.                        unsigned long size, char *name);
  7.  
  8. #endif /* __MTD_MTDRAM_H__ */
  9.